docs(configuration): document openai responses protocol - #563
Conversation
Signed-off-by: FenjuFu <fufenjupku@gmail.com>
|
✅ OpenCodeReview: No supported files changed. |
|
Thanks for the contribution! However, #562 was merged first and already addresses #556 with the same changes (documenting Your PR does have one piece of extra value that #562 lacks: the note about You have two options:
Either way is fine — up to you! |
|
Thanks @lizhengfeng101, and no problem that #562 landed first. I went with option 2 — opened #623 as a small follow-up on top of current |
Summary
openai-responsesas the third supported custom-provider protocolWhy
The Responses API has been supported since v1.7.10, but the custom-provider docs still listed only
anthropicandopenai. This closes the documentation gap reported in #556.Validation
git diff --checkinternal/llm/responses_client.goURL normalizationpages/node_modulesis not installed; the repository build script also uses Unix-styleNODE_ENV=...Closes #556.
Contributed as a member of the iFLYTEK Astron community.